home *** CD-ROM | disk | FTP | other *** search
- object Sniffer: TSniffer
- Left = 261
- Top = 282
- Width = 695
- Height = 318
- Caption = 'Socket Armor Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object MonitorStart: TGradBtn
- Left = 232
- Top = 16
- Width = 69
- Height = 25
- DisabledColor = clGray
- BeginColor = 13565951
- EndColor = 15790320
- GradientStyle = gsHorizontal
- TextStyle = tsNormal
- Caption = 'Sniffer Start'
- OnClick = MonitorStartClick
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- TabOrder = 0
- TabStop = True
- end
- object snifferend: TGradBtn
- Left = 496
- Top = 16
- Width = 69
- Height = 25
- DisabledColor = clGray
- BeginColor = 13565951
- EndColor = 15790320
- GradientStyle = gsHorizontal
- TextStyle = tsNormal
- Caption = 'Sniffer End'
- OnClick = snifferendClick
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- TabOrder = 1
- TabStop = True
- end
- object hexeditor1: TRxRichEdit
- Left = 0
- Top = 90
- Width = 687
- Height = 201
- Align = alBottom
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- end
-